func github.com/refraction-networking/utls.generateECDHEKey
9 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L167: keyShareKeys.ecdhe, err = generateECDHEKey(config.rand(), X25519)
handshake_client.go#L194: keyShareKeys.ecdhe, err = generateECDHEKey(config.rand(), curveID)
handshake_client_tls13.go#L348: key, err := generateECDHEKey(c.config.rand(), curveID)
handshake_server_tls13.go#L262: key, err := generateECDHEKey(c.config.rand(), ecdhGroup)
key_agreement.go#L185: key, err := generateECDHEKey(config.rand(), curveID)
key_agreement.go#L300: key, err := generateECDHEKey(config.rand(), curveID)
key_schedule.go#L64: func generateECDHEKey(rand io.Reader, curveID CurveID) (*ecdh.PrivateKey, error) {
u_parrots.go#L2888: ecdheKey, err := generateECDHEKey(uconn.config.rand(), X25519)
u_parrots.go#L2909: ecdheKey, err := generateECDHEKey(uconn.config.rand(), curveID)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |